-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vte: enable compiling with musl #71577
Conversation
This is related to the following three PRs:
|
@GrahamcOfBorg build vte @GrahamcOfBorg build pkgsMusl.vte |
Before merging in, this PR should be changed so that |
For this one it isn't necessary, because |
@nh2 Good catch. This PR just depends on these other three PRs, which need to be merged in before this can be rebased on |
VTE requires a small patch to be able to be built with musl.
8d8a69b
to
fc265d9
Compare
Rebased on master |
Note that this PR still needs #71575 merged into |
Merged that one. This one has worked fine for me in static-haskell-nix so far, and no changes for non-musl; merging this one too. |
This enables VTE to be compiled with
pkgsMusl
.VTE requires a small patch to be compiled with musl.
This has been upstreamed, but there appears to be some resistance to support enabling builds with musl:
https://gitlab.gnome.org/GNOME/vte/issues/72
Motivation for this change
This is for nh2/static-haskell-nix#50. I'd like to get VTE compiling with musl, and eventually compiling statically.
You can test this like the following:
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)nix path-info -S
before and after)Notify maintainers
cc @nh2 @domenkozar @matthewbauer @astsmtl @antono @lethalman